Skip to content

Bump multidict from 6.7.0 to 6.7.1#12001

Merged
github-actions[bot] merged 2 commits into3.14from
dependabot/pip/3.14/multidict-6.7.1
May 4, 2026
Merged

Bump multidict from 6.7.0 to 6.7.1#12001
github-actions[bot] merged 2 commits into3.14from
dependabot/pip/3.14/multidict-6.7.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Jan 26, 2026

Bumps multidict from 6.7.0 to 6.7.1.

Release notes

Sourced from multidict's releases.

6.7.1

Bug fixes

  • Fixed slow memory leak caused by identity by adding Py_DECREF to identity value before leaving md_pop_one on success -- by :user:Vizonex.

    Related issues and pull requests on GitHub: #1284.


Changelog

Sourced from multidict's changelog.

6.7.1

(2026-01-25)

Bug fixes

  • Fixed slow memory leak caused by identity by adding Py_DECREF to identity value before leaving md_pop_one on success -- by :user:Vizonex.

    Related issues and pull requests on GitHub: :issue:1284.


Commits

Dependabot compatibility score

You can trigger a rebase of this PR by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 26, 2026
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jan 26, 2026
@github-actions github-actions Bot enabled auto-merge (squash) January 26, 2026 11:57
@codspeed-hq
Copy link
Copy Markdown

codspeed-hq Bot commented Jan 26, 2026

Merging this PR will improve performance by 17.69%

⚠️ Different runtime environments detected

Some benchmarks with significant performance changes were compared across different runtime environments,
which may affect the accuracy of the results.

Open the report in CodSpeed to investigate

⚡ 1 improved benchmark
✅ 66 untouched benchmarks
⏩ 4 skipped benchmarks1

Performance Changes

Benchmark BASE HEAD Efficiency
test_ten_streamed_responses_iter_chunks[pyloop] 151.2 ms 128.5 ms +17.69%

Comparing dependabot/pip/3.14/multidict-6.7.1 (d4b8b14) with 3.14 (d719386)2

Open in CodSpeed

Footnotes

  1. 4 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports.

  2. No successful run was found on 3.14 (299693b) during the generation of this report, so d719386 was used instead as the comparison base. There might be some changes unrelated to this pull request in this report.

@codecov
Copy link
Copy Markdown

codecov Bot commented Jan 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.20%. Comparing base (299693b) to head (d4b8b14).
⚠️ Report is 4 commits behind head on 3.14.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             3.14   #12001   +/-   ##
=======================================
  Coverage   98.20%   98.20%           
=======================================
  Files         135      135           
  Lines       47131    47131           
  Branches     2526     2526           
=======================================
  Hits        46283    46283           
  Misses        671      671           
  Partials      177      177           
Flag Coverage Δ
CI-GHA 98.26% <ø> (ø)
OS-Linux 98.02% <ø> (ø)
OS-Windows 95.66% <ø> (ø)
OS-macOS 97.21% <ø> (-0.01%) ⬇️
Py-3.10.11 96.69% <ø> (ø)
Py-3.10.20 97.16% <ø> (ø)
Py-3.11.15 97.45% <ø> (-0.01%) ⬇️
Py-3.11.9 96.98% <ø> (+<0.01%) ⬆️
Py-3.12.10 97.06% <ø> (ø)
Py-3.12.13 97.54% <ø> (ø)
Py-3.13.13 97.75% <ø> (ø)
Py-3.14.4 97.80% <ø> (ø)
Py-3.14.4t 96.83% <ø> (-0.01%) ⬇️
Py-pypy3.11.15-7.3.21 96.67% <ø> (-0.02%) ⬇️
VM-macos 97.21% <ø> (-0.01%) ⬇️
VM-ubuntu 98.02% <ø> (ø)
VM-windows 95.66% <ø> (ø)
cython-coverage 38.08% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Bumps [multidict](https://github.com/aio-libs/multidict) from 6.7.0 to 6.7.1.
- [Release notes](https://github.com/aio-libs/multidict/releases)
- [Changelog](https://github.com/aio-libs/multidict/blob/master/CHANGES.rst)
- [Commits](aio-libs/multidict@v6.7.0...v6.7.1)

---
updated-dependencies:
- dependency-name: multidict
  dependency-version: 6.7.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/3.14/multidict-6.7.1 branch from 636a007 to 7ad324e Compare February 12, 2026 11:34
@github-actions github-actions Bot merged commit 65bd5bc into 3.14 May 4, 2026
42 checks passed
@github-actions github-actions Bot deleted the dependabot/pip/3.14/multidict-6.7.1 branch May 4, 2026 02:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant